home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / onboard / CHANGELOG < prev    next >
Text File  |  2009-10-01  |  8KB  |  273 lines

  1. 2009-09-12 Francesco Fumanti <francesco.fumanti@gmx.net>
  2.  
  3.     Correctly compare version numbers (f.ex.: 2.10 > 2.3)
  4.  
  5. 2009-09-11 Francesco Fumanti <francesco.fumanti@gmx.net>
  6.  
  7.     Enhance onboard --help output for debugging
  8.  
  9. 2009-09-03 Francesco Fumanti <francesco.fumanti@gmx.net>
  10.  
  11.     Sync with revision 165 of lp:onboard
  12.  
  13. 2009-08-16 Francesco Fumanti <francesco.fumanti@gmx.net>
  14.  
  15.     Add to HACKING the command to merge code changes into .po files
  16.  
  17. 2009-08-16 Francesco Fumanti <francesco.fumanti@gmx.net>
  18.  
  19.     Qualify import statements
  20.  
  21. 2009-08-16 Francesco Fumanti <francesco.fumanti@gmx.net>
  22.  
  23.     Use python-distutils-extra for i18n and raise version to 0.92.0
  24.  
  25. 2009-08-16 Francesco Fumanti <francesco.fumanti@gmx.net>
  26.  
  27.     Update MANIFEST.in
  28.  
  29. 2009-08-16 Francesco Fumanti <francesco.fumanti@gmx.net>
  30.  
  31.     Use only one textdomain and standard po folder and filenames
  32.  
  33. 2009-03-27 Chris Jones <chris.e.jones@gmail.com>
  34.  
  35.     Derive label font size from the size of the key itself. Partially solves lp:348483.
  36.  
  37. 2009-03-24 Francesco Fumanti <francesco.fumanti@gmx.net>
  38.  
  39.     Add TODO file.
  40.  
  41. 2009-03-24 Francesco Fumanti <francesco.fumanti@gmx.net>
  42.  
  43.     Add NEWS and README file.
  44.  
  45. 2009-03-24 Francesco Fumanti <francesco.fumanti@gmx.net>
  46.  
  47.     Improve tarball creation when using the command: python setup.py sdist
  48.  
  49. 2009-03-18 Francesco Fumanti <francesco.fumanti@gmx.net>
  50.  
  51.     Fix typo in utils.py.
  52.  
  53. 2009-03-18 Francesco Fumanti <francesco.fumanti@gmx.net>
  54.  
  55.     Syncronize with revision 137 of lp:onboard.
  56.  
  57. 2009-03-17 Chris Jones <chris.e.jones@gmail.com>
  58.  
  59.     Stop settings dialog from creating its own OnboardGtk instance to fix bug
  60.     where an extra IconPalette would appear when the settings dialog was open.
  61.  
  62. 2009-03-07 Francesco Fumanti <francesco.fumanti@gmx.net>
  63.  
  64.     Fix typo in __init__ of Pane class.
  65.  
  66. 2009-03-02 Francesco Fumanti <francesco.fumanti@gmx.net>
  67.  
  68.     Add more logging messages and unify logging syntax.
  69.  
  70. 2009-02-27 Francesco Fumanti <francesco.fumanti@gmx.net>
  71.  
  72.     Restore handling of the in_use gconf key of IconPalette.
  73.  
  74. 2009-02-24 Francesco Fumanti <francesco.fumanti@gmx.net>
  75.  
  76.     Remove unused variable from the IconPalette module.
  77.  
  78. 2009-02-24 Francesco Fumanti <francesco.fumanti@gmx.net>
  79.  
  80.     Add docstrings to the IconPalette module.
  81.  
  82. 2009-02-15 Francesco Fumanti <francesco.fumanti@gmx.net>
  83.  
  84.     Fix lintian warning: debhelper-but-no-misc-depends
  85.  
  86. 2009-02-15 Francesco Fumanti <francesco.fumanti@gmx.net>
  87.  
  88.     Restore resizing of IconPalette with themable resize grip.
  89.  
  90. 2009-02-05 Francesco Fumanti <francesco.fumanti@gmx.net>
  91.  
  92.     Fix two indentation errors.
  93.  
  94. 2009-02-04 Francesco Fumanti <francesco.fumanti@gmx.net>
  95.  
  96.     Remove unnecessary check.
  97.  
  98. 2009-02-04 Francesco Fumanti <francesco.fumanti@gmx.net>
  99.  
  100.     Store position and size to gconf only if different from stored values.
  101.  
  102. 2009-02-04 Francesco Fumanti <francesco.fumanti@gmx.net>
  103.  
  104.     Fix regression braking the moving of the floating palette.
  105.  
  106. 2009-02-03 Francesco Fumanti <francesco.fumanti@gmx.net>
  107.  
  108.     Syncronize with revision 136 of lp:onboard.
  109.  
  110. 2009-01-21 Francesco Fumanti <francesco.fumanti@gmx.net>
  111.  
  112.     Forgot Changelog entry in previous commit (rev. 139).
  113.  
  114. 2009-01-21 Francesco Fumanti <francesco.fumanti@gmx.net>
  115.  
  116.     Syncronize with revision 133 of lp:onboard.
  117.  
  118. 2009-01-14 Francesco Fumanti <francesco.fumanti@gmx.net>
  119.  
  120.     Fix regression about remembering position of onscreen keyboard.
  121.  
  122. 2009-01-13 Francesco Fumanti <francesco.fumanti@gmx.net>
  123.  
  124.     Add a floating palette that is shown when onscreen keyboard is hidden.
  125.  
  126. 2008-12-11 Francesco Fumanti <francesco.fumanti@gmx.net>
  127.  
  128.     Change several line breaks in utils.py.
  129.  
  130. 2008-12-09 Francesco Fumanti <francesco.fumanti@gmx.net>
  131.  
  132.     Fix accelerator for the 'start minimized' check box.
  133.  
  134. 2008-12-09 Francesco Fumanti <francesco.fumanti@gmx.net>
  135.  
  136.     Change tab order in settings dialog.
  137.  
  138. 2008-12-09 Francesco Fumanti <francesco.fumanti@gmx.net>
  139.  
  140.     Add option to start minimized. LP: #124625
  141.  
  142. 2008-12-07 Francesco Fumanti <francesco.fumanti@gmx.net>
  143.  
  144.     Fix inconsistancy in trayicon gconf keyname.
  145.  
  146. 2008-12-07 Francesco Fumanti <francesco.fumanti@gmx.net>
  147.  
  148.     Syncronize with revision 124 of lp:onboard.
  149.  
  150. 2008-12-01 Francesco Fumanti <francesco.fumanti@gmx.net>
  151.  
  152.     Fix: a gconf key name for the trayicon.
  153.  
  154. 2008-12-01 Francesco Fumanti <francesco.fumanti@gmx.net>
  155.  
  156.     Syncronize branch with revision 121 of lp:onboard.
  157.  
  158. 2008-11-30 Francesco Fumanti <francesco.fumanti@gmx.net>
  159.  
  160.     Use correct gconf key name for the trayicon.
  161.  
  162. 2008-11-30 Francesco Fumanti <francesco.fumanti@gmx.net>
  163.  
  164.     Store position and size to gconf for next start of onboard.
  165.  
  166. 2008-11-29 Francesco Fumanti <francesco.fumanti@gmx.net>
  167.  
  168.     Fix infinite loop when resizing onboard window.
  169.  
  170. 2008-11-27 Francesco Fumanti <francesco.fumanti@gmx.net>
  171.  
  172.     Make use of schemas moving keys from /apps/sok to /apps/onboard.
  173.  
  174. 2008-11-27 Francesco Fumanti <francesco.fumanti@gmx.net>
  175.  
  176.     Add gconf schemas file.
  177.  
  178. 2008-11-08 Francesco Fumanti <francesco.fumanti@gmx.net>
  179.  
  180.     Move .desktop files from debian folder to data folder.
  181.  
  182. 2008-11-06 Francesco Fumanti <francesco.fumanti@gmx.net>
  183.  
  184.     Add my name to the AUTHORS file.
  185.  
  186. 0.91.1 release - 28/2/08
  187.     * typo
  188.  
  189. 0.91 release - 27/2/08
  190.     * Fixed trayicon.
  191.     * Scanning mode no longer needs a restart to take effect.
  192.     * Remove python-xml dependency.
  193.     * Updated translations.
  194.  
  195. 16/6/06
  196.     * Reads key mapping from a second xml file.
  197.     * Began sticky keys
  198.  
  199. 17/6/06
  200.     * Updated virtkey to accept keysysm
  201.     * Removed flashy, but ultimately pointless mouse hover effects.
  202.     * Cleaned up virtkey a bit (not enough)
  203.  
  204. 18/6/06
  205.     * Sticky now works, turns off after one click on a non sticky char.
  206.     * Double click now activates super sticky.
  207.     * Fiddled with resizing
  208.     * Justified labels to top left so don't have to worry about centering.
  209.     * Changed font size.
  210.  
  211. 20/6/06
  212.     * Program totally restructured, detailed on wiki.
  213.     * Keys now unstick when quit.
  214.     * Some speedups and simplifications.  Code now a bit more readable.
  215.  
  216. 21/6/06
  217.     * Changed behaviour of sticky.  One click makes it temp stick, a further click makes it stick and yet another click will unstick it.
  218.     * Pretty colours.  Key colour red from svg and background from .sok.
  219.  
  220. 23/6/06
  221.     * Further panes of keys now accesible by sidebar.  Flashy transparency.  Side tabs operate the same as sticky keys.
  222.  
  223. 25/6/06
  224.     * Shift or caps lock now changes the labels on the keys.  Labels specified in .sok file.
  225.  
  226. 29/6/06
  227.     * Lots of changes to try and make docked windows worked.  Currently disabled.  Can enable by uncommenting some code in KbdWindow.py, not recommended.
  228.     * Added Backspace key.
  229.  
  230. 30/6/06
  231.     * No longer conflicts with accesibilty settings.  Should work whatever the setup and not change any system wide settings.  Slow keys is a small exception, currently modifiers do not respect it.  Though other keys do.  Slow keys cannot be enabled by holding down shift on SOK at this time.
  232.     * Added support for multiple keys for the same modifier.
  233.     * Added stuff to keyboard definition to test.
  234.     * Asks for .sok definition file to use when started.
  235.  
  236. 7/7/06
  237.     * Fixed problems with certain characters, they should all work now.
  238.  
  239. 18/7/06
  240.     * Added settings dialog.  Run settings.py.  Stores settings in gconf, layouts in ~/.sok/layouts.
  241.     * Macro support - macros set in GConf.
  242.  
  243. 20/7/06
  244.     * Initial script support.  Including launch settings tool from button.
  245.     * Fixed a bug involving the settings dialog when it is launched from
  246.     the keyboard.
  247.  
  248. 31/7/06
  249.     * Can get layout from xserver
  250.     * Resizing speed ups.
  251.  
  252. 4/8/06
  253.     * Cleaned up scripting a bit.  Still very limited.  Just runs scripts,
  254.     passes no data to script.
  255.     * Added switch buttons to default.
  256.  
  257. 7/8/06
  258.     * Fixed alt key.
  259.     * Scanning support.
  260.  
  261. 8/8/06
  262.     * Worked around gtk grab in firefox address bar.
  263.  
  264. 9/8/06
  265.     * Altgr and shift combinations now bring up the correct labels.
  266.     * Personalise default layout with the Personalise Button (tm)
  267.  
  268. 17/8/06
  269.     * Many bugfixes.  Rebranded.
  270.  
  271. 22/9/06
  272.     *alot has come to pass.  Snippits gui redone, lots of other stuff.
  273.